+Sat Mar 13 15:19:17 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwindow.c (gtk_window_destroy): Remove
+ the window from the toplevel_list here rather in destroy.
+ While this is theoretically speaking wrong, it fits
+ in better with the current reality that destroyed
+ widgets are not reusable. (#126808, Michael Natterer)
+
Sat Mar 13 21:47:47 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellview.c (gtk_cell_view_expose): Don't do anything
+Sat Mar 13 15:19:17 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwindow.c (gtk_window_destroy): Remove
+ the window from the toplevel_list here rather in destroy.
+ While this is theoretically speaking wrong, it fits
+ in better with the current reality that destroyed
+ widgets are not reusable. (#126808, Michael Natterer)
+
Sat Mar 13 21:47:47 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellview.c (gtk_cell_view_expose): Don't do anything
+Sat Mar 13 15:19:17 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwindow.c (gtk_window_destroy): Remove
+ the window from the toplevel_list here rather in destroy.
+ While this is theoretically speaking wrong, it fits
+ in better with the current reality that destroyed
+ widgets are not reusable. (#126808, Michael Natterer)
+
Sat Mar 13 21:47:47 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellview.c (gtk_cell_view_expose): Don't do anything
+Sat Mar 13 15:19:17 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwindow.c (gtk_window_destroy): Remove
+ the window from the toplevel_list here rather in destroy.
+ While this is theoretically speaking wrong, it fits
+ in better with the current reality that destroyed
+ widgets are not reusable. (#126808, Michael Natterer)
+
Sat Mar 13 21:47:47 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellview.c (gtk_cell_view_expose): Don't do anything
+Sat Mar 13 15:19:17 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwindow.c (gtk_window_destroy): Remove
+ the window from the toplevel_list here rather in destroy.
+ While this is theoretically speaking wrong, it fits
+ in better with the current reality that destroyed
+ widgets are not reusable. (#126808, Michael Natterer)
+
Sat Mar 13 21:47:47 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellview.c (gtk_cell_view_expose): Don't do anything
{
GtkWindow *window = GTK_WINDOW (object);
+ toplevel_list = g_slist_remove (toplevel_list, window);
+
if (window->transient_parent)
gtk_window_set_transient_for (window, NULL);
{
GtkWindow *window = GTK_WINDOW (object);
- toplevel_list = g_slist_remove (toplevel_list, window);
-
g_free (window->title);
g_free (window->wmclass_name);
g_free (window->wmclass_class);